VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text.Bidi Namespace / UnicodeBidirectional Class / GetBidiVisual Methods / GetBidiVisual(Boolean,Boolean,IUnicodeTextFragment[]) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetBidiVisual(Boolean,Boolean,IUnicodeTextFragment[]) Method (UnicodeBidirectional)
    In This Topic
    Returns a visual representation of Unicode bidirectional text fragments.
    Syntax
    'Declaration
    
    Public Overloads Shared Function GetBidiVisual( _
    ByVal replaceBibiMirroringPair
    A value indicating whether the bidirectional mirroring characters must be replaced.
    As Boolean, _
    ByVal isRightToLeftFragments
    A value indicating whether the text fragments are right-to-left text fragments.
    As Boolean, _
    ByVal ParamArray logicalFragments
    The logical representation of Unicode bidirectional text fragments.
    () As IUnicodeTextFragment _
    ) As IUnicodeTextFragment[]

    Parameters

    replaceBibiMirroringPair
    A value indicating whether the bidirectional mirroring characters must be replaced.
    isRightToLeftFragments
    A value indicating whether the text fragments are right-to-left text fragments.
    logicalFragments
    The logical representation of Unicode bidirectional text fragments.

    Return Value

    The visual representation of Unicode bidirectional text fragments if logical representation contains bidirectional text; otherwise, null.
    Exceptions
    ExceptionDescription
    Thrown if logicalFragments is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also